Microsoft Windows Graphic

To create an external trust

Using the Windows interface

  1. Open Active Directory Domains and Trusts.
  2. In the console tree, right-click the domain node for the domain you want to establish a trust with, and then click Properties.
  3. On the Trusts tab, click New Trust, and then click Next.
  4. On the Trust Name page, type the DNS name (or NetBIOS name) of the domain, and then click Next.
  5. On the Trust Type page, click External trust, and then click Next.
  6. On the Direction of Trust page, do one of the following:
  7. Continue to follow the wizard.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    netdom trust TrustingDomainName /d:TrustedDomainName /add

Value Description
TrustingDomainName Specifies the DNS name (or NetBIOS name) of the trusting domain in the trust being created.
TrustedDomainName Specifies the DNS name (or NetBIOS name) of the domain that will be trusted in the trust being created.

Notes

Related Topics